This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: A few questions about J2EE with Domino ~Sigmund Cisponeskijip 1.Dec.03 10:54 AM a Web browser Applications Development All ReleasesAll Platforms
Thanks for this fast answer.
To answer to your question :
1) we're working on R6.5 but it would be great to have our application running with R5 since most of our customer won't upgrabe before a long time.
2)We're using Domino mainly as a data container and Notes as Back Office tools. We also use the advantage of replication and strong security features for the back office but we need to publish clean HTML in front end. Domino is great but when you have to unplug all its automatism to get a total control on your result it become a bit heavy.
We also got a lot of data (configuration documents, database collection) that we would like to keep in memmory and not reload at each HTTP request. As the agent architecture doesn't provide this possibility we decided to migrate to Servlet/JSP technology.
Thanks for the remote access information. I was abble to reuse object with local access but I was not sure of I missed the articles in LDD (I made a search on J2EE and nothing came out). Those articles are interesting but they only are a synthesis of different part of online Help. They do not give advice on what type of access to use regarding your needs.